-
Notifications
You must be signed in to change notification settings - Fork 265
/
IOperationHolder`1.xml
56 lines (56 loc) · 2.76 KB
/
IOperationHolder`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Type Name="IOperationHolder<T>" FullName="Microsoft.ApplicationInsights.Extensibility.IOperationHolder<T>">
<TypeSignature Language="C#" Value="public interface IOperationHolder<T> : IDisposable" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IOperationHolder`1<T> implements class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Microsoft.ApplicationInsights.Extensibility.IOperationHolder`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IOperationHolder(Of T)
Implements IDisposable" />
<TypeSignature Language="F#" Value="type IOperationHolder<'T> = interface
 interface IDisposable" />
<AssemblyInfo>
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
<AssemblyVersion>2.17.0.146</AssemblyVersion>
<AssemblyVersion>2.18.0.315</AssemblyVersion>
<AssemblyVersion>2.19.0.227</AssemblyVersion>
<AssemblyVersion>2.20.0.103</AssemblyVersion>
<AssemblyVersion>2.21.0.429</AssemblyVersion>
<AssemblyVersion>2.22.0.405</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Interfaces>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<typeparam name="T">To be added.</typeparam>
<summary>
Represents the operation item that holds telemetry which is tracked on end request. Operation can be associated with either WEB or SQL dependencies.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Telemetry">
<MemberSignature Language="C#" Value="public T Telemetry { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance !T Telemetry" />
<MemberSignature Language="DocId" Value="P:Microsoft.ApplicationInsights.Extensibility.IOperationHolder`1.Telemetry" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Telemetry As T" />
<MemberSignature Language="F#" Value="member this.Telemetry : 'T" Usage="Microsoft.ApplicationInsights.Extensibility.IOperationHolder<'T>.Telemetry" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
<AssemblyVersion>2.21.0.429</AssemblyVersion>
<AssemblyVersion>2.22.0.405</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets Telemetry item of interest that is created when StartOperation function of ClientExtensions is invoked.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>